Crate ethereum_types

source ·

Macros

Conditional compilation depending on whether ethereum-types is built with ethbloom support.

Structs

Bloom hash type with 256 bytes (2048 bits) size.
The error type for parsing numbers from strings.
Fixed-size uninterpreted hash type with 16 bytes (128 bits) size.
Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
Fixed-size uninterpreted hash type with 64 bytes (512 bits) size.
Little-endian large integer type Unsigned 64-bit integer.
Little-endian large integer type 128-bit unsigned integer.
Little-endian large integer type 256-bit unsigned integer.
Little-endian large integer type 512-bits unsigned integer.

Enums

Conversion from decimal string error
A list of error categories encountered when parsing numbers.

Traits

Type Definitions